SftTree/NET 2.0

VisibleIndex Property, ItemClass Class

Softel vdm, Inc.

Returns the index of the item.

Syntax      ItemClass Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Property VisibleIndex As Integer

C#   

public int VisibleIndex { get; }

C++   

public: property int VisibleIndex {
        int get();
}

Property Value

The index of the item.

Comments

The VisibleIndex property returns the index of the item.

This is normally only used internally by the control. A visible item count is used with scrolling operations. Scroll bar ranges are based on visible items only.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com